Skip to main content

pgColumnNames

Type​

property

Summary​

Specifies the names of columns.

Syntax​

set the pgColumnNames of widget to <CommaDelimitedList>
get the pgColumnNames of widget

Description​

Use pgColumnNames to get or set the column names, the value of this property is a comma delimited list in which item corresponds to the name of the column on that position. Note that columns can have a name and a different label. Column names are unique, if a pgColumnNames is set with duplicate item only the first will be taken.

Examples​

set the pgColumnNames of widget "PolyGrid" to "Product,Icon,Description"